0.0.16 • Published 4 years ago

create-exact-app v0.0.16

Weekly downloads
38
License
MIT
Repository
github
Last release
4 years ago

npm version

A boilerplate generator, that scaffolds out an isomorphic multipage Node/Express/React web app. Really all this does is clone the template, exact-template.

Preview the result, hosted at https://exact.royalbarrel.com, which explains more about the philosophy and motivation.

"Exact" is EXpress + reACT, for lack of a better name.

To use

npx create-exact-app my-app-name
cd my-app-name
npm run dev
http://localhost:3000 in browser

Options

To get usage options run with no parameters, e.g.

npx create-exact-app

Options include:

  • --lean: Strips out all the example stuff, leaving a bare "Hello World" page.

Features

  • Basic Express setup
  • Isomorphic page rendering
  • Multipage support
  • Organizational structure that can scale with a large teams
  • Various demo pages that you can delete

The template distills what I've learned over several years of building isomorphic multipage React apps at both FAANG and non-FAANG companies. Learn more about the template on the exact-template npm page.

Related packages

create-react-app
react-boilerplate

0.0.16

4 years ago

0.0.15

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.0

4 years ago