UNPKG

basic-express-app

Version:

simple cli to generate a basic express scaffolding with minimal tmplate

30 lines (19 loc) 1.05 kB
# Basic express app Create Express apps with little to no build configuration. Basic App works on macOS, Windows, and Linux. If something doesn’t work, please [file an issue](https://github.com/boma25/create-express-app/issues). If you have questions or need help, please ask in [twitter](www.twitter.com/randrul). # Creating an App You’ll need to have Node 14.0.0 or later version on your local development machine (but it’s not required on the server). We recommend using the latest LTS version. You can use nvm (macOS/Linux) or nvm-windows to switch Node versions between different projects. To create a new app, you may choose one of the following methods: ### npx ``` npx basic-express-app [optional project-name] ``` # What’s Included? your enviroment would have what you need to startup a simple express project - express, nodemon - proper directory structure - a starting index.js file # License basic-express-app is an open source software [licenced at MIT](https://github.com/facebook/create-react-app/blob/main/LICENSE)