create-plain-app

0.0.5 • Public • Published

Create Plain App

A tiny CLI that creates a barebones web app without a buildstep. Most modern browsers now ship with support for ES-Modules and ES6 meaning that you may not need a build step for your projects.

npx create-plain-app my-app
cd my-app
npm start

Roadmap

I plan to add an optional feature to bundle code prior to publication. This wouldn't involve any transpiling and is meant purely as a performance optimization to reduce the number of network requests.

Acknowledgements

A special thank you goes to Luke Jackson for authoring servor, the static file server used by this project.

License

Create Plain App is open source software licensed as MIT.

Readme

Keywords

Package Sidebar

Install

npm i create-plain-app

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

4.81 kB

Total Files

4

Last publish

Collaborators

  • juliettepretot