Skip to content

kleviscipi/react-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Starter Bolierplate with bootstrap 4

Note

This project is used on https://www.npmjs.com/package/create-react-starter-mvc

I suggest to use the create-react-starter-mvc to generate the app bolerplate, read instructions from npm project following the above link.

Setup it directly

git clone https://github.com/kleviscipi/react-core.git

npm install

npm start

The route links:

http://localhost:3000/app http://localhost:3000/login http://localhost:3000/singup

This app use react scripts for build and deploy and if you want to configure your custom goto to package.json

  "scripts": {
    "build-css": "node-sass-chokidar src/assets/scss/style.scss -o src/assets/css/",
    "watch-css": "npm run build-css && node-sass-chokidar src/assets/scss/style.scss -o src/assets/css/ --watch ",
    "start-js": "react-scripts start",
    "start": "npm-run-all -p watch-css start-js ",
    "build": "npm run build-css && react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }

Thank You !