daisygabi / TempletJavaScriptReactJsBootstrap

This is a simple structure for an UI project using React.js, React Router and Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template project starter for JavaScript, React.js, Html and CSS

  1. To build the project locally, run:

NPM

  • npm install
  • npm start

Yarn

  • yarn install
  • yarn start

Run with tests:

  • yarn test

Then open http://localhost:3000 in a browser and the application should be running.

You can download or fork this project in order to save time in your development. Happy Coding.

About

This is a simple structure for an UI project using React.js, React Router and Bootstrap.

License:MIT License


Languages

Language:JavaScript 91.6%Language:HTML 8.2%Language:SCSS 0.2%