Chuck Norris jokes for developers, a sample app which is built using ReactJS v16, Bootstrap v4, SCSS, HTML, and JavaScript, and building tool is Webpack.
Visit http://norris.onlineedu.in
- Install NodeJS
- Install any good IDE of your choice e.g. Visual Studio Code
- Launch VS Code and open this project (after either by cloning or downloading)
- Open terminal (if VS Code
Ctrl
-backtick
) - Install dependencies:
- App dependencies -
npm install
oryarn install
- App dependencies -
- Run the app
- Serve -
npm start
oryarn start
- Visit -
localhost:8080
- Serve -
- Build the app
- Build -
npm run build
oryarn build
- Check
./dist
folder
- Build -
- Run the tests
- Hit -
npm test
oryarn test
- Hit -
npm run test:w
oryarn test:w
for watch mode - Hit -
npm run test:c
oryarn test:c
for coverage
- Hit -
- Run linter
- Hit -
npm run lint
oryarn lint
- Hit -
- PostCSS
- IndexDB
- Redux