Skip to content

LeChatErrant/front-template

Repository files navigation

Front template

Lint

This work is still in progress and is subject to many changes

What is it ?

  • Decisions are already made
  • Configurations are already written
  • CI / CD pipelines are running
  • Development environment is configured
  • Backend is available
  • Deployment is ready
  • Focus on what matters : code

 

This project provides a typesafe, production ready modern website template, fully integrated with API-template and with a complete development environment

It gives your project a clean base to start since a lot of choices were already made, and it comes with out of the box features, such as theming, authentification, or dark mode

All configurations were already taken care of, so you can simply start to code without worrying about anything else !

No more struggle with babel, typescript, eslint, prettier, jest, styled components, material UI, etc ... !

 

Template
This repository is templated. Use it as a base for your own projects by clicking on Use this template

front-template is fully integrated with

Preview

The front-end is automatically deployed and available on https://front-template.vercel.app

Getting started

  1. Install dependencies with npm install
  2. Run npm run dev
  3. Open your navigator and go to localhost:3000

Technologies

How to contribute

  1. Fork it (https://github.com/LeChatErrant/front-template/fork)
  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. Create a new Pull Request

Issues and comments welcomed ! 😉

Contributors

GitHub Logo   LeChatErrant - creator and maintainer