GitXplorerGitXplorer
i

preferred-react-setup

public
0 stars
0 forks
11 issues

Commits

List of commits on branch master.
Unverified
f2b4d3e09be631eedd7a029cb2d2ceff74fbff6d

Update README to include SSL configuration scripts.

iimcodingideas committed 5 years ago
Unverified
8ab4559dae56a5dbc15b10169e303aadab3b1899

Introduces dotfiles to webpack.

iimcodingideas committed 5 years ago
Unverified
ed3bbe5fd691886dae2cc191a93735b3772ce20b

Remove CDN folder from output

iimcodingideas committed 5 years ago
Unverified
4173d55eabccafb390847555eed049b7f78c8402

Introduced webpack optimizations

iimcodingideas committed 5 years ago
Unverified
7a536035d4b1a13c3b57ec7c40e702f31e636f57

Introduced SSL certificate to local devServer.

iimcodingideas committed 5 years ago
Unverified
e6989e146668a25eff60bd1a17e6d4ecda016dba

Introduces scripts to generate SSL locally.

iimcodingideas committed 5 years ago

README

The README file for this repository.

My Preferred React Setup

This is a small starter project for my new react applications. This is a very opinionated, and pull requests are welcome.

Quickstart

# 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