ipatate / bootstrapReactApp

Bootstrap project react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap project react

This is a basis for starting a web app project with React. I wanted to do this to save time to start a new project. I use the latest tools most used by the react community. It is a code base that will rapidly evolve.

Used dependencies:

  • webpack
  • storybook
  • flow
  • eslint
  • prettier
  • styled Component
  • jest

For start project after clone

For dev

$ npm run dev

For build your project

$ npm run build:prod

The build result is in dist directory.

Start script

$ npm start

The project use serve for serving app.

You can use https://bootstrap-app-hbyunjxnqg.now.sh for test online. Free account available.

About

Bootstrap project react


Languages

Language:JavaScript 98.4%Language:HTML 1.6%