Skip to content

Epimodev/react-parcel-boilerplate

Repository files navigation

React app boilerplate

This project is a boilerplate to start react project with TypeScript.

Installation

$ git clone [email protected]:Epimodev/react-parcel-boilerplate.git myProjectName # clone project

$ cd myProjectName
$ rm -rf .git # remove git folder
$ git init # init git for the project
$ yarn # install dependencies

Available scripts

Start dev server

$ yarn start # will create dev server on port 1234

Check TypeScript types

$ yarn check-types --watch # --watch is optional

Run tests

$ yarn test

Create a git commit

# this command will format code with prettier and made tslint check
# then you'll have a commitizen prompt to generate the commit message
$ yarn commit

Build project for production

$ yarn build

About

Boilerplate to create react app with parcel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published