A React Seed project with Sass preprocessing, Flow Integration, commit-preprocessing, Travis ci pipleling and surge integration out-of-the-box.
-Install all dependencies
-Start application in development mode
-Generate solution build for release
-A local Http server to rapidly run the build files
-Start the local dev server and open the file in build folder
-Formatting Code Automatically when before code commit.Commit pre-processing added scripts in package.json
-Creaitng Saas file, these will be compiles to css and used. they are already added to git ignore.Compile process is automated.
-A static type checker.<br />
run ~npm run flow (or yarn flow)
.env - Common file used in both staging and development <br />
.env.development- file used only in development mode <br />
.evv.production- file used only in production <br />
-Assertion library
-Source map explorer analyzes JavaScript bundles using the source maps <br />
npm run build <br />
npm run analyze <br />