Table of content:
There are many ways to build an application. This is MY way of building an application (as a front-end developer).
This repository is a demo showing the process of making a simple live search (offline data) web application using HTML/CSS
and Javascript
.
Features:
- Sample checklist for each step (
Prepapre
,Develop
,Test & Deploy
,Document
). - A running demo (duh)
- Unit testing with Jest
-
Clone the repository
git clone https://github.com/thanh-nguyen-95/build-app-thanhs-way.git
-
Install all packages
cd ./build-app-thanhs-way npm install
-
Build
3a. Build for development
npm run dev
3b. Build for production
npm run build
3c. Test
npm run test
The project is structured based on the process of how I build an application. For more detail, please consult the .md
file in each step's folder.