This is a small starter project for my new react applications. This is a very opinionated, and pull requests are welcome.
# clone the repository
git clone git@github.com:imcodingideas/preferred-react-setup.git
./webpack/ssl/generate-keys-and-certs
./webpack/ssl/trust-root-certificate
# install your dependencies
yarn install
# running your server locally
yarn dev
Next open your browser.
https://preferred-react-setup.localhost:9002
To help us get started, I've add setup the project with the following files to start with:
./src/app/index.js
./src/app/styles.css