/next-mva

This small app has been developed to provide a minimum viable architecture of a scalable next application.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Next MVA

Build Status codecov code style: prettier Commitizen friendly

This small app has been developed to provide a minimum viable architecture of a scalable next application.

The project uses the following technologies :

Development

  1. Install NodeJS using brew on a Mac or from the official website and setup your environment.
  2. Run brew install yarn to install yarn.
  3. Run yarn install from the project root directory to install the dependencies.
  4. Run yarn dev and start hacking your project.

Production

Once you are done with your project.

  1. Run yarn build to build your project.
  2. Deploy the node application.

License

Copyright (c) 2018 Levioza<fadi.william.ghali@levioza.tech>

Site: https://www.levioza.tech

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.