Skip to content

computing-den/barefront

Repository files navigation

Barefront

Bare minimum create React app.

Barefront is mainly used for Computing Den's projects such as Unforget.

This project is still a work in progress.

Usage

To create a new project from the default template:

npx barefront create my-project

See the generated project's README.md for its usage.

Development

npm run dev

# in a separate terminal:
npm link

npx barefront create my-project --dev [--library]

Production

npm run build
npx barefront create my-project [--library]

About

Bare minimum create React app.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks