Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 513 Bytes

Starter ReactJS

With this starter you will be able to start some basic react web application quickly.

This repository contains:

  1. index.html file with important meta link in head
  2. App.jsx and Main.jsx with basic architecture and routes components
  3. SCSS stacks with Variables / Mixins / Very cool class

To use the starter

Install all package :
npm install

Start your application :
npm run serve

And build it to upload it :
npm run build


Now, go head 🤠...