strapi-all-in icon indicating copy to clipboard operation
strapi-all-in copied to clipboard

πŸ—ƒπŸ”Œ Strapi starter for creating universal api's

strapi-all-in

GitHub Strapi-All-In

Introduction

This is a starter application using strapi.js

Getting started

  • Clone strapi-all-in starter: git clone --depth=1 https://github.com/Gherciu/strapi-all-in.git <YOUR_PROJECT_NAME>
  • Edit configuration variables in .env.development file
  • Start dev server: npm run start

Features

  • Pre-commit hooks with husky and lint-staged
  • pm2 implimented and configured to work well in production mode
  • Preconfigured .env files for development and production use

When ready to build for production

  • Create file .env.production the content should be the same as in .env.development
  • Build the project: npm run build
  • Start production server: npm run serve

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Or you can sponsor via Open Collective

Open Collective

Author

@Gherciu/strapi-all-in Β© GHERCIU, Released under the MIT License.
Authored and maintained by GHERCIU with help from contributors (list).

If you like this repository star⭐ and watchπŸ‘€ on GitHub