GitXplorerGitXplorer
i

preferred-react-setup

public
0 stars
0 forks
11 issues

Commits

List of commits on branch master.
Unverified
3d66787b12115bb88b0cc32726d4564e1ac12f5f

Initialize Application structure

iimcodingideas committed 5 years ago
Unverified
27ad165ffc2072eb545c644838cf4baafb0e8ecc

Install webpack-based builds

iimcodingideas committed 5 years ago
Unverified
e71d0823e482ee101b5e547cc495b99a013b0f60

Initialize project configurations

iimcodingideas committed 5 years ago
Unverified
17af02baba0bb750dea1b28190fff0c4de2fb0c2

Initial commit

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