Skip to content

thomasjeu03/starter_reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤠...