GitXplorerGitXplorer
i

preferred-react-setup

public
0 stars
0 forks
11 issues

Commits

List of commits on branch master.
Unverified
958c1cabdfc7988e07e28c8f8be07a263e24f501

Fix linting issues.

iimcodingideas committed 5 years ago
Verified
b336feed42a5ee655c92277474c620375d9be340

Merge pull request #1 from imcodingideas/dependabot/npm_and_yarn/websocket-extensions-0.1.4

iimcodingideas committed 5 years ago
Unverified
705d9f111d4f5e775a5f9380becef1e985908666

Adds production build script.

iimcodingideas committed 5 years ago
Unverified
6489763fc2d3415b6b2eeb887728123039585c58

Implemented production ready webpack config.

iimcodingideas committed 5 years ago
Unverified
a66ab1858e46b1f3035c876cda6c5f20d684073b

Added an example .env.sample file.

iimcodingideas committed 5 years ago
Verified
f0e7f53befe116c3019dafa670452234e465cff6

Bump websocket-extensions from 0.1.3 to 0.1.4

ddependabot[bot] 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