• JavaScript 57.2%
  • CSS 32%
  • HTML 10.8%
Find a file
2020-12-18 00:09:42 +05:00
src Add styles 2020-12-18 00:09:42 +05:00
.babelrc Initial commit 2020-12-17 18:30:42 +05:00
.gitignore Initial commit 2020-12-17 18:30:42 +05:00
package-lock.json Add react-markdown 2020-12-17 18:51:56 +05:00
package.json Add react-markdown 2020-12-17 18:51:56 +05:00
README.md Initial commit 2020-12-17 18:30:42 +05:00

huge-link

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and enzyme
npm run test

For detailed explanation on how things work, checkout the CLI Readme.