Bootstrap for React
To test, contribute or just see what we did follow few easy steps:
- clone the repository
- cd to the directory with the repository
- run
yarn install(ornpm installif you don't use yarn) - run the app using
yarn start(ornpm start) - to build project use
yarn run build(odnpm run build) yarn run remove-demo(ornpm run remove-demo) removes demo app pages- enjoy!