add files fresh react

This commit is contained in:
2021-11-10 03:09:15 -03:00
parent 3bc8d1ecfa
commit 735c5eaceb
213 changed files with 50374 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
module.exports = {
config: {
port: 9050
},
paths: {
root: "./",
src: {
base: "./src",
css: "./src/css",
js: "./src/js",
img: "./src/img"
},
dist: {
base: "./dist",
css: "./dist/css",
js: "./dist/js",
img: "./dist/img"
},
build: {
base: "./build",
css: "./build/css",
js: "./build/js",
img: "./build/img"
}
}
}