/reactjs-ts-startkit

A reactjs startkit written by TS

Primary LanguageTypeScript

Environment Prepare

Copy environment file

cp .env.local .env

Install node_modules:

npm install

or

yarn

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

Run story book

npm run storybook

URLs

# View story book
http://localhost:6006

# visit site
http://localhost:3001