Add notes to README + Add redirects for Netlify + Reference Node engine in package.json

This commit is contained in:
2020-12-07 18:29:31 +01:00
parent 3290917b1c
commit 2d83491839
3 changed files with 8 additions and 4 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
13.12.0

View File

@@ -29,16 +29,17 @@ You've been given the task of creating a simple application with create/read/del
### If you had more time, what would you improve/do differently? ### If you had more time, what would you improve/do differently?
- Use AntD - Use AntD (or any CSS Framework)
- CSS Module - CSS Module
- Form Validations - Form Validations
- Page Transitions - Page Transitions
- Loading State - Loading State
- Setup environment variables
- Setup API proxy with Axios
- More Accessibility - More Accessibility
- Component Lazy Loading - Component Lazy Loading
- Optimizations: - Inject axios globally as $http.
- Inject axios globally as $http. - More test
- More test
### How much time (more or less) it took you to complete the task? ### How much time (more or less) it took you to complete the task?

2
public/_redirects Normal file
View File

@@ -0,0 +1,2 @@
# Netlify settings for single-page application
/* /index.html 200