Skip to content

A simple react boilerplate based on an ejected create-react-app

Notifications You must be signed in to change notification settings

pierrecabriere/react-scss-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Scss Starter-kit ⚡️


1 - Installation

git clone https://github.com/pierrecabriere/react-scss-starter-kit.git
cd react-scss-starter-kit
npm install

1.1 - Run for development

npm start

Then, open your browser at http://localhost:3000/

1.2 - Build for production

npm run build

Then, the build version will be generated in the /dist directory