cra-template-advanced

3.0.2 • Public • Published

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

Package Sidebar

Install

npm i cra-template-advanced

Weekly Downloads

1

Version

3.0.2

License

MIT

Unpacked Size

17.5 kB

Total Files

27

Last publish

Collaborators

  • borisowsky