Skip to content

webscaffold/create-webscaffold-app

Repository files navigation

David David

Create Web Scaffold App

Logo of the project

ES6 Progressive Web App (PWA) boilerplate using Webpack, Express.js and more

Additional information or tag line

A brief description of your project, what it is used for.

Features

Installing / Getting started

A quick introduction of the minimal setup you need to get a hello world up & running.

commands here

Here you should say what actually happens when you execute the code above.

Developing

Built With

List main libraries, frameworks used including versions (React, Angular etc...)

Prerequisites

What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/your/your-project.git
cd your-project/
packagemanager install

And state what happens step-by-step. If there is any virtual environment, local server or database feeder needed, explain here.

Building

If your project needs some additional steps for the developer to build the project after some code changes, state them here. for example:

./configure
make
make install

Here again you should state what actually happens when the code above gets executed.

Deploying / Publishing

give instructions on how to build and release a new version In case there's some step you have to take that publishes this project to a server, this is the right time to state it.

packagemanager deploy your-project -s server.com -u username -p password

And again you'd need to tell what the previous code actually does.

Versioning

We can maybe use SemVer for versioning. For the versions available, see the link to tags on this repository.

Configuration

Here you should write what are all of the configurations a user can enter when using the project.

Babel

"@babel/preset-env" - Env preset

Babel preset that automatically determines the Babel plugins you need based on your supported environments. Uses compat-table https://github.com/babel/babel/tree/master/packages/babel-preset-env

Enable transformation of ES6 module syntax to another module type. Setting this to false will not transform modules. This means webpack will be able to do Tree Shaking and remove unused exports from your bundle to bring down the file size. "modules": false,

A way to apply @babel/preset-env for polyfills (via @babel/polyfill). "useBuiltIns": "usage"

Tests

Describe and show how to run the tests with code examples. Explain what these tests test and why.

Give an example

Style guide

Explain your code style and show how to check it.

Api Reference

If the api is external, link to api documentation. If not describe your api including authentication methods as well as explaining all the endpoints with their required parameters.

Database

Explaining what database (and version) has been used. Provide download links. Documents your database design and schemas, relations etc...

FAQ

Example: import foo from './foo.js'; If you use dev tools debugger you cannot watch or execute foo because it is not defined.

This is because Webpack renames variable bindings in ES6 imports when it replaces them. More info here webpack/webpack#3957

Contribute

See the contributing docs.

Licensing

MIT © Radu Micu

About

Scaffold out a front-end web app using various tools like Webpack, Express and so on using a custom tooling system.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •