Skip to content

biallo/react-redux-sass-webpack-boilerplate

Repository files navigation

react-redux-sass-webpack-boilerplate

A boilerplate using React, React-Redux, React-Router-Dom, Sass, Webpack

Language

Project dependencies

Project dev dependencies

Make sure you have Node.js >= 18.0.0 installed on your machine.

Installation

npm install

To install all the dependencies.

Create a .env.local file in the root directory of the project, the format can refer to the format in the .env.example file, create .env.local for local development, and create .env for the production environment.

Development

npm run start

Production

npm run build

After the package is generated, a /dist directory will be generated in the root directory, and the entry file is index.html. Place this directory on the server and use tools such as nginx for configuration.

About

A boilerplate using React, Redux, React-Router-Dom, Sass, Webpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published