3.0.2 • Published 6 years ago

cra-template-advanced v3.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

The opinioned advanced well-structured TypeScript template for Create React App.

Features included

Getting started

npx create-react-app my-app --template advanced

# or

yarn create react-app my-app --template advanced

More details can be found on Create React App documentation. NOTE: To enable VSCode linting, please follow this instruction.

Working with Docker

To build container simply run:

docker build -t react-app .

And to run production-ready container follow this:

docker run -p 8000:80 react-app