Skip to content

Project structure to start developing ReactJS web application

License

Notifications You must be signed in to change notification settings

MindaugasVarkalys/react-startup

Repository files navigation

React Startup

This is simple project structure for React web application.

Installation

After cloning repository all required packages should be installed.

npm

npm install

yarn

yarn install

Commands

yarn run build - builds development build from all scripts and styles. This build includes soucemaps.
yarn run build-prod - builds production build. This build does not include sourcemaps.
yarn run server - runs a server to track changes of project files and automatically builds development build.
yarn run eslint - shows all linting problems.
yarn run eslint-fix - fixes linting problems where possible.

All the commands also works with NPM

Testing

If everything works, after running yarn install you should see red "Hello word!" header.

About

Project structure to start developing ReactJS web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published