Skip to content

wunderio/frontend-project

Repository files navigation

Silta frontend project template

This is a basic repository template for deploying a node.js application with the Silta frontend chart.

The express application in index.js is just there as an example, feel free to replace it. The only requirements are:

  • Your project's package.json should be in the repository root.
  • Your package.json includes a build command used to build the codebase after the installation of npm packages.
  • Your package.json includes a start command used to start your application in the deployed environment.

NVM (Node Version Manager)

It is recommended to use NVM in order to switch on correct Node.js and npm versions with ease.

On Linux and MacOS use:

nvm use

On Windows use:

nvm use $($Get-Content .nvmrc)

Troubleshooting

On Windows

  • Linting probably wont work directly with command npm run lint do it via lint-staged with command npx lint-staged. Dont worry per-commit hooks will work fine.
  • In your code editor use LF all the time, otherwise there will be prettier errors when linting.
  • If having LF in your editor is not enough, try this command "git config --global core.autocrlf false".More info here https://stackoverflow.com/questions/25724969/sourcetree-line-ending-issue

About

A basic template for setting up node.js projects on Silta.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published